Skip to content

Commit

Permalink
refactor(experimental): graphql: group schema typedefs (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jun 13, 2024
1 parent 48e1482 commit bd332fb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc-graphql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { graphql } from 'graphql';

import { createSolanaGraphQLContext } from './context';
import { createSolanaGraphQLResolvers } from './resolvers';
import { createSolanaGraphQLTypeDefs } from './schema';
import { createSolanaGraphQLTypeDefs } from './schema/type-defs';

export interface RpcGraphQL {
query(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd332fb

Please sign in to comment.