QueryExampleStaticMethodsMethods
No description
1type QueryExampleStaticMethodsMethods {2length(3example: String4): Int!5lowercase(6example: String7): String8random: Int!9}
Fields
length ● Int! non-null scalar common
Returns the length of the given string.
example ● String scalar common
Nonnull.
lowercase ● String scalar common
Returns the lowercase version of the given string.
example ● String scalar common
Nonnull.
random ● Int! non-null scalar common
Returns a random number between 0 and 100.
Member Of
QueryStaticMethodsobject