All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.root.graphqls Maven / Gradle / Ivy

type Query {
  node(id: ID!): Node
}

type Mutation {

}

# https://relay.dev/graphql/objectidentification.htm
interface Node {
  id: ID!
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy