console/integration-tests/fixtures/federation-init.graphql

9 lines
75 B
GraphQL
Raw Normal View History

type Query {
users: [User!]!
}
type User {
id: ID!
email: String!
}