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
type Query {
node(id: ID!): Node
}
type Mutation {
}
# https://relay.dev/graphql/objectidentification.htm
interface Node {
id: ID!
}