UserPlanRequiredInput
No description
Fields#
id (ID)#
This a primary key for UserPlan
usage (Int)#
This is where we can see the usage of the plan by the user get.
total (Int)#
This is the total plan that the user get.
start (GQLTDate)#
The start of plan for using the product.
end (GQLTDate)#
The end of plan for using the product.
alive (Boolean)#
This is an indicator to know if the plan is still going or not.
unlimited (Boolean)#
This is an indicator if the user plan gets is an unlimited data or not.
messages (GQLTJson)#
This is where percentage of the plan to be seen.
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
userId (ID)#
target for user
transactionId (ID)#
target for user plan
productId (ID)#
target for user plan
orderId (ID)#
This a primary key for UserPlan
user (UserPlanUserBelongsToInput)#
This is the mutation object for UserPlanUserBelongsTo
transaction (UserPlanTransactionBelongsToInput)#
This is the mutation object for UserPlanTransactionBelongsTo
product (UserPlanProductBelongsToInput)#
This is the mutation object for UserPlanProductBelongsTo
order (UserPlanOrderBelongsToInput)#
This is the mutation object for UserPlanOrderBelongsTo