CrewShareTemplateInput
No description
input CrewShareTemplateInput {
note: String
payeeScName: String!
share: Float!
shareType: ShareTypeEnum!
}
Fields
CrewShareTemplateInput.note ● String scalar
CrewShareTemplateInput.payeeScName ● String! non-null scalar
We explicitly require the name of the share type to be passed in in case the user is deleted OR if they change their SCName. This way we can still track who paid whom.
CrewShareTemplateInput.share ● Float! non-null scalar
CrewShareTemplateInput.shareType ● ShareTypeEnum! non-null enum
Example
{}
Member Of
createSession mutation ● updateSession mutation ● updateUserProfile mutation