DEV
Mutation.
shortUrlsDelete
No description
Arguments
input
•
[ID!]!
Required
No description
Returns:
[ShortUrl!]!
GraphQL
1
2
3
type
Mutation
{
shortUrlsDelete
(
input
:
[
ID
!
]
!
)
:
[
ShortUrl
!
]
!
}
🇺🇸
en
Book a demo
Was this page helpful?
Yes
No
Mutation.
shortUrlsDelete
No description
Arguments
input
[ID!]!
Required
Returns:
[ShortUrl!]!
type Mutation { shortUrlsDelete(input: [ID!]!): [ShortUrl!]! }