Get field details from graphql schema #3659
Unanswered
Ramakant2021
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Could you give more details? |
Beta Was this translation helpful? Give feedback.
0 replies
-
How can I get field detail from graphql schema using graphql-tools for example the schema is as below type Test { I want the details for field 'key'. Particularly I am interested with type of the field. In this case it is 'String' |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I get field detail from graphql schema using graphql-tools
for example the schema is as below
type Test {
key: String!
id: String!
createdOn: DateTime!
updatedOn: DateTime!
}
I want the details for field 'key'. Particularly I am interested with type of the field. In this case it is 'String'
Beta Was this translation helpful? Give feedback.
All reactions