Skip to main content
MUTATION
createPin(input: CreatePinInput!): CreatePinPayload

Arguments

input
CreatePinInput!
required

Parameters for CreatePin

clientMutationId
String

A unique identifier for the client performing the mutation.

errors
[String!]!
pin

The created pin. Null only when a user-correctable error is returned.

pins
[Pin!]!

The full pin list this write landed in, post-write, in curator-set order.

Mutation
Variables
Response