Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support querying + modifying Icarus theme config #368

Merged
merged 5 commits into from Mar 5, 2020
Merged

Support querying + modifying Icarus theme config #368

merged 5 commits into from Mar 5, 2020

Conversation

solocommand
Copy link
Member

@solocommand solocommand commented Mar 3, 2020

query IcarusConfiguration {
  icarusConfiguration(input: { id: "5af3839a950b1d6a307380df" }) {
    id
    type
    status
    defaultHeader 
    defaultFooter 
    homePage 
    defaultPage 
    pages 
    socialShare {
      url
      label
      provider
    }
    templates 
    nativeAdTargetMap
    loadMore 
    parameters
  }
}

mutation UpdateConfigurationTheme {
  updateIcarusConfiguration(input: {
    id: "5af3839a950b1d6a307380df",
    payload: { status: 1 }
  }) {
    id
    type
    status
  }
}

@solocommand solocommand changed the title Support querying + modifying Icarus/Lego themes Support querying + modifying Icarus theme config Mar 3, 2020
@solocommand solocommand marked this pull request as ready for review March 3, 2020 22:43
@zarathustra323 zarathustra323 merged commit 7495d75 into base-cms:master Mar 5, 2020
@zarathustra323 zarathustra323 deleted the icarus-config branch March 5, 2020 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants