Skip to main content

rewardProgram

columns and relationships of "rewardProgram"

type rewardProgram {
configuration(
path: String
): jsonb!
id: uuid!
termsAndConditions: String!
workspace: workspace!
workspaceId: uuid!
}

Fields

rewardProgram.configuration ● jsonb! non-null scalar

rewardProgram.configuration.path ● String scalar

JSON select path

rewardProgram.id ● uuid! non-null scalar

rewardProgram.termsAndConditions ● String! non-null scalar

rewardProgram.workspace ● workspace! non-null object

An object relationship

rewardProgram.workspaceId ● uuid! non-null scalar

Returned By

rewardProgram_by_pk query ● rewardProgram_by_pk subscription ● rewardProgram_stream subscription ● rewardProgram query ● rewardProgram subscription

Member Of

workspace object