INPUT_OBJECT

CompanyPlanInput

Information about a plan that will be assigned to a company.

link GraphQL Schema definition

1input CompanyPlanInput {
3
2planKey: ID!
5
4startDate: Timestamp
7
6expireDate: Timestamp
9
8newPlanKey: ID
10}