Skip to main content

CreateShareLinkInput

Autogenerated input type of CreateShareLink

input CreateShareLinkInput {
clientMutationId: String
expiresInDays: Int
maxViews: Int
password: String
resourceId: ID!
resourceType: String!
}

Fields

CreateShareLinkInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CreateShareLinkInput.expiresInDays ● Int scalar common

Number of days until the link expires (nil = never)

CreateShareLinkInput.maxViews ● Int scalar common

Maximum number of views (nil = unlimited)

CreateShareLinkInput.password ● String scalar common

Optional password to protect the link

CreateShareLinkInput.resourceId ● ID! non-null scalar common

ID of the resource to share

CreateShareLinkInput.resourceType ● String! non-null scalar common

Type of resource to share (e.g. "OrderFulfillment")

Member Of

createShareLink mutation