OBJECT
Settings
global settings configured on the server
link GraphQL Schema definition
- type Settings {
- # url for how to create video description post
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- # url for the frequently asked questions page
- : 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
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- # url for privacy policy page
- : 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
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- # url for the customer support page
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- # url for the terms of use page
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- # url for the tipalti faq page
- : String! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" )
- }