text stringlengths 50 4.63M | max_stars_count float64 1 57.6k ⌀ | max_stars_repo_name stringlengths 5 85 |
|---|---|---|
`file_name: api/src/schema.graphql`
####
type Venue {
name: String!
sessions: [Session] @relation(name: "IN", direction: "IN")
}
type Speaker {
name: String!
works_for: [Company] @relation(name: "WORKS_FOR", direction: "OUT")
presents: [Session] @relation(name: "PRESENTS", direction: "OUT")
}
type Comp... | 3 | 007vasy/NODES2019-GRANDstack |
`file_name: codegen/testserver/issue896.graphql`
####
# This example should build stable output. If the file content starts
# alternating nondeterministically between two outputs, then see
# https://github.com/00security/gqlgen/issues/896.
extend schema {
query: Query
subscription: Subscription
}
type CheckIssue8... | null | 00security/gqlgen |
`file_name: src/domain/article/article.graphql`
####
type ArticleConnection {
"""
edges
"""
edges: [ArticleEdge!]!
"""
pageInfo
"""
pageInfo: PageInfo!
}
type ArticleEdge {
"""
cursor
"""
cursor: String
"""
article node
"""
node: Article!
}
type Article {
"""
ID
"""
id: ID!
"""... | 2 | 0261/nest-graphql-boiler |
"`file_name: plugins/github/resources/graphql/fragment/gitRefName.graphql`\n####\nfragment gitRefNam(...TRUNCATED) | null | 06needhamt/intellij-community |
"`file_name: schema.graphql`\n####\n\"\"\"Exposes a URL that specifies the behaviour of this scalar.(...TRUNCATED) | 6 | 0916dhkim/relay-expo-workshop |
"`file_name: src/graphql/schema.graphql`\n####\n# source: https://fakeql.com/graphql/cd6f412dedaffc7(...TRUNCATED) | null | 0b10/my-blog-react |
"`file_name: k8s/router/dev/supergraph.graphql`\n####\nschema\n @core(feature: \"https://specs.apol(...TRUNCATED) | 82 | 0ctanium/supergraph-demo |
"`file_name: schema.graphql`\n####\ntype Bet @entity {\n id: ID!\n player: Player!\n playerHasWon(...TRUNCATED) | null | 0cv/thegraphdemo |
"`file_name: schema.graphql`\n####\ntype Vault @entity {\n id: ID!\n xTokenAddress: Bytes\n asset(...TRUNCATED) | null | 0knxwledge/nftx-subgraph |
"`file_name: res/schema.graphql`\n####\nschema {\n query: Query\n mutation: Mutation\n}\ntype (...TRUNCATED) | null | 0m3gaC0d3/headless-blog |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4