Skip to content
Snippets Groups Projects

Update graphql/graphql_compose.graphqls

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -216,6 +216,10 @@ interface Connection {
pageInfo: PageInfo!
}
extend type Query {
node(id: ID!): Node
}
# ################################################################################
# # Data Creation Interfaces #
# ################################################################################
Loading