input
[ShortUrlCreateInput!]!
Required
[ShortUrl!]!
type Mutation { shortUrlsCreate(input: [ShortUrlCreateInput!]!): [ShortUrl!]! }
Mutation.
shortUrlsCreate
No description
Arguments
input
[ShortUrlCreateInput!]!
Required
Returns:
[ShortUrl!]!
type Mutation { shortUrlsCreate(input: [ShortUrlCreateInput!]!): [ShortUrl!]! }