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

Write a GraphQL Document Parser to Use in Ballerina GraphQL Engine #221

Closed
Tracked by #825
ThisaruGuruge opened this issue Oct 9, 2020 · 1 comment
Closed
Tracked by #825
Assignees
Labels
module/graphql Issues related to Ballerina GraphQL module Points/4 Type/Task

Comments

@ThisaruGuruge
Copy link
Member

ThisaruGuruge commented Oct 9, 2020

Description:
Ballerina GraphQL engine should be able to read and retrieve various information from a given GraphQL document, including the operation type, fields for each operation, inputs, operation names, etc. Therefore, a parser should be written in order to the engine to retrieve this information.

In the first step Parser should be able to handle single-queried, shorthand-notationed documents.

Subtask of #825

@ThisaruGuruge ThisaruGuruge self-assigned this Oct 9, 2020
@ThisaruGuruge ThisaruGuruge transferred this issue from ballerina-platform/module-ballerina-graphql Oct 23, 2020
@ThisaruGuruge ThisaruGuruge added module/graphql Issues related to Ballerina GraphQL module Type/Task Points/4 labels Oct 23, 2020
@ThisaruGuruge
Copy link
Member Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/graphql Issues related to Ballerina GraphQL module Points/4 Type/Task
Projects
None yet
Development

No branches or pull requests

1 participant