Learn how to use GraphQL to power a recruiting agency website (BETA).
hs init
to configure the project.
hs custom-object schema create job_application.json
hs custom-object schema create role.json
hs custom-object schema list
to get the objectTypeId of each object.POST
call using the objectTypeId of the Role object to /crm/v3/schemas/{objectTypeId}/associations
.hs custom-object create role role_data.json
.hs upload src sample-graph-ql-theme
.