Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL API #785

Merged
merged 3 commits into from
Oct 2, 2024
Merged

GraphQL API #785

merged 3 commits into from
Oct 2, 2024

Conversation

idalithb
Copy link
Contributor

@idalithb idalithb commented Oct 1, 2024

-Edits and additions

@idalithb idalithb requested a review from a team as a code owner October 1, 2024 22:24
@idalithb idalithb requested a review from benface October 2, 2024 16:06
@idalithb idalithb requested a review from benface October 2, 2024 22:46
@@ -376,11 +389,11 @@ Graph Node implements [specification-based](https://spec.graphql.org/October2021

## Schema

The schema of your data source--that is, the entity types, values, and relationships that are available to query--are defined through the [GraphQL Interface Definition Langauge (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).
The schema of your dataSources, i.e. the entity types, values, and relationships that are available to query, are defined through the [GraphQL Interface Definition Langauge (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The schema of your dataSources, i.e. the entity types, values, and relationships that are available to query, are defined through the [GraphQL Interface Definition Langauge (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).
The schema of your `dataSources`, i.e. the entity types, values, and relationships that are available to query, are defined through the [GraphQL Interface Definition Langauge (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).

@idalithb idalithb merged commit 58cb1a6 into main Oct 2, 2024
5 checks passed
@idalithb idalithb deleted the graphql branch October 2, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants