Forum Discussion
MConneely
Staff
3 years agoUdayadeepthi I cannot upload a .graphql file directly, but ive attached it as a text file so you could try downloading and coverting to a .graphql file.
I've imported it on version 3.30.0. What ReadyAPI verison are you using? Have you a sample that you have been testing with that you want to share?
Udayadeepthi
3 years agoOccasional Contributor
I'm using readyAPI 3.20.0 version
- Udayadeepthi3 years agoOccasional Contributor
I'm able to import now graphql schema by adding below to my .graphql file. This was helped by one of tech(Jonathan) from smartbear.
schema {
query: Query
mutation: Mutation
}