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