Mapping custom objects and fields
After you have created your custom objects and fields in the Salesforce environment, you will need to map these customizations in the Skedulo web application in order to use them for GraphQL queries and mutations. GraphQL queries are used for remote requests and updates to your custom objects using your preferred API client, or for creating custom pages for your organization.
Launch the Skedulo web application and log in to your Salesforce environment with your Salesforce credentials.
In the Skedulo web application, click your user profile in the lower-left corner, then click Settings -> Custom Fields.
Select the
GroupEvents
object from the Select object picklist, then click Add.Select the
Attendees
object from the Select object picklist, then click Add.On the
GroupEvents
object, select theJobs
field from the Select field picklist, then click Add.On the
Attendees
object, select theGroupEvent
field from the Select field picklist, then click Add.The Custom Fields page should appear similar to the following screenshot:
Click Save when you have finished mapping the custom fields to the custom objects.
Open the GraphiQL connected page. If you have not already enabled GraphiQL for the Skedulo web application, see the GraphiQL documentation for instructions.
Click the Docs tab in the upper-right corner of the GraphiQL connected page to open the Documentation Explorer.
Type
GroupEvent
into the Search Schema… field to view the custom object in the schema.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.