Error 404 Not Found

GET http://promotion-provider-service.develop-public.shopadvizor.net/robots.txt

GraphQL requests

No HTTP queries on GraphQL endpoint(s)

Refresh with latest query

No GraphQL queries stored.

Schema: default

type Query {
  """
  Required for
                      [Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#query_service)
                      to be used for internal use only.
  """
  _service: _Service!
}

"""
Required for
            [Apollo Federation](https://www.apollographql.com/docs/federation/federation-spec/#type-_service)
            to be used for internal use only.
"""
type _Service {
  sdl: String
}

type Mutation {
  fakeMutation: Boolean
}