Skip to main content

MapInput

A Representation of a generic input in a key value format

input MapInput {
key: String!
value: String!
}

Fields

key ● String!

The key of the input

value ● String!

The value of the input

Example

{}