All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.zenwave360.sdk.resources.graphql.user-crud.graphql Maven / Gradle / Ivy

There is a newer version: 1.6.3
Show newest version
type Query {
   greeting:String
   students:[Student]
}

type Student {
   id:ID!
   firstName:String
   lastName:String
   password:String
   collegeId:String
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy