Skip to main content

QueryExampleStaticMethodsMethods

No description

1
type QueryExampleStaticMethodsMethods {
2
length(
3
example: String
4
): Int!
5
lowercase(
6
example: String
7
): String
8
random: 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