Skip to main content

helloWorld

Query that given an name, returns 'Hello, {name}!'.

If no name is given, returns 'Hello, World!'

helloWorld is useful for ensuring that your process of querying the API with a variable works correctly

helloWorld(
name: String
): String!

Arguments

name (String)

Name provided to be returned

Type

String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.