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

docs: Adjustments to the API reference for apollo-server's context. #3506

Merged
merged 6 commits into from Nov 18, 2019

Commits on Nov 13, 2019

  1. Remove unrelated context usage from example in the typeDefs section.

    This isn't really relevant to the `typeDefs` or the `resolvers` and is a
    repetition of the example directly below it (in the `context` section).
    
    As I'm about to update the `context` docs with some important information,
    I'll remove this from `typeDefs` in lieu of that better placed example
    within `context`!
    abernix committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a9260a5 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect Markdown indentation of context example.

    In order to correctly nest this under the `context` bullet-point, this needs
    to be indented the same number of characters as the first character after
    the bullet-point symbol!
    abernix committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    50878fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    940bb6b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    6300512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae645e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    c4c90f2 View commit details
    Browse the repository at this point in the history