You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wound need to supply the GraphQL schema and endpoint url. Schema could be specified either via a .graphql Schema file or potentially obtained through introspection of the endpoint. Through both methods we can obtain the data types and operations the GraphQL API exposes.
The ApiSpec for GraphQL could include an endpointUrl field in addition to value. Maybe this means value should be renamed to spec or schema
The OperationExecutor for GraphQL would create and send a properly formatted GraphQL query according to the query or mutation specified as the operation.
Could use a GraphQL <> JSON translation library so that args can be passed as JSON
Click the 👍 to upvote, and 👎 to downvote.
The text was updated successfully, but these errors were encountered:
Feature description
Add support for GraphQL APIs.
Ideas
.graphql
Schema file or potentially obtained through introspection of the endpoint. Through both methods we can obtain the data types and operations the GraphQL API exposes.ApiSpec
for GraphQL could include anendpointUrl
field in addition tovalue
. Maybe this meansvalue
should be renamed tospec
orschema
OperationExecutor
for GraphQL would create and send a properly formatted GraphQL query according to the query or mutation specified as the operation.Click the 👍 to upvote, and 👎 to downvote.
The text was updated successfully, but these errors were encountered: