GitBook: [#3604] No subject

This commit is contained in:
CPol 2022-10-15 12:10:30 +00:00 committed by gitbook-bot
parent c8d919235b
commit 747c497387
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -44,7 +44,7 @@ With this query you will find the name of all the types being used:
![](<../../.gitbook/assets/image (202).png>)
**query={\_\_schema{types{name,fields{name, args{name,description,type{name, kind, ofType{name, kind\}}\}}\}}}**
**query={\_\_schema{types{name,fields{name,args{name,description,type{name,kind,ofType{name, kind\}}\}}\}}}**
With this query you can extract all the types, it's fields, and it's arguments (and the type of the args). This will be very useful to know how to query the database.