OBJECT

Settings

global settings configured on the server

link GraphQL Schema definition

  • type Settings {
  • # url for how to create video description post
  • effective_video_description_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for the frequently asked questions page
  • faq_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # wordpress url for the learn more about policies post
  • policies_learn_more_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for privacy policy page
  • privacy_policy_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for the royalty center frequently asked questions page
  • royalty_center_faq_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for the customer support page
  • support_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for the terms of use page
  • terms_of_use_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • # url for the tipalti faq page
  • tipalti_faq_url: String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
  • }