morpheus-graphql-client-0.18.0: test/Case/Scalar/schema.gql
type Query {
booleanResolver(booleanValue: Boolean!): Boolean!
intResolver(intValue: Int!): Int!
floatResolver(booleanValue: Float!): Float!
stringResolver(stringValue: String!): String!
}