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

[DRAFT] Schema type renaming #276

Draft
wants to merge 17 commits into
base: feature/rename-schema-types
Choose a base branch
from

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    4a89484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e33253 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. First step for new IR type

    Adding new IR types to represent schema types
    BobaFetters committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    53a591d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc49804 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    4d9474b View commit details
    Browse the repository at this point in the history
  2. Removing some old changes

    BobaFetters committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b7c4674 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on May 7, 2024

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

Commits on May 20, 2024

  1. Reworking name handling

    Redid the new name handling to be on existing GraphQL schema type objects in GraphQLCompiler instead of new IR objects.
    BobaFetters committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d3be312 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/rename-schema-types' into feature/codegen-renam…

    …e-types
    
    # Conflicts:
    #	apollo-ios-codegen/Sources/ApolloCodegenLib/Templates/InterfaceTemplate.swift
    BobaFetters committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fb0de90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c032cf View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Fixing existing tests

    BobaFetters committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1d1a206 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    dc5f479 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/rename-schema-types' into feature/codegen-renam…

    …e-types
    
    # Conflicts:
    #	apollo-ios-codegen/Sources/ApolloCodegenLib/Templates/RenderingHelpers/GraphQLNamedType+NameFormatting.swift
    #	apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift
    BobaFetters committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cf73a84 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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