CreateSharePayload
Response for the createShare mutation.
type CreateSharePayload {
share: Share
success: Boolean!
}
Fields
CreateSharePayload.share
● Share
object
The created share.
CreateSharePayload.success
● Boolean!
non-null scalar
Whether the share was created succesfully or not.
Returned by
createShare
mutation