FirmhouseClient
Last updated
Was this helpful?
Last updated
Was this helpful?
Client for accessing Firmhouse GraphQL api
• TAccess extends =
Access type. (Will be inferred from the config)
Sends an authenticated raw request to API. This can be used for custom field selections or bulk queries/mutations.
• graphQLQuery: string
The GraphQL query
• variables?: Record
<string
, unknown
>
Variables to use in query
Promise
<unknown
>
The response from the API
Cart methods
Returns
Plan methods
Example
Returns
Product methods
Example
Returns
SelfServiceCenterToken methods
Returns
Invoice methods
Returns
Project methods
Returns
Subscription methods.
Returns
- When there is an entity not found error in the response
- When there are invalid fields
- When the request fails
TAccess
extends ? [invoices-resource
]../resources/(invoices.md) : never
TAccess
extends ? [projects-resource
]../resources/(projects.md) : never
TAccess
extends ? [subscriptions-resource
]../resources/(subscriptions.md) : never