OBJECT
RequestedFormCompletion
A request, from a provider to a client, to fill out a form
link GraphQL Schema definition
- type RequestedFormCompletion {
- # The form to fill out
- CustomModuleForm :
- # The ID of the form to fill out
- String :
- # The relevant date to show
- String :
- # The filled form that completes the request
- FormAnswerGroup :
- # The id of the filled form that completes the request
- String :
- # The unique identifier of the form
- ID! :
- # type of form requested
- String :
- # The recipient (client)
- User :
- # The ID of the recipient (client)
- String :
- # Recurring Form related to the request
- RecurringForm :
- # The sender (provider)
- User :
- # The ID of the sender (provider)
- String :
- # The status of the request
- String :
- }