Skip to content

GraphQL: /me pointers not working #5745

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

Conversation

douglasmuraoka
Copy link
Contributor

When using the /me endpoint to fetch the current user, it does not fetches data from any Pointer data type field, even though the field was defined in the GraphQL schema.

When using the `/me` endpoint to fetch the current user, it does not fetches data from any Pointer data type field, even though the field was defined in the GraphQL schema.
@codecov
Copy link

codecov bot commented Jul 1, 2019

Codecov Report

Merging #5745 into master will decrease coverage by 0.03%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5745      +/-   ##
==========================================
- Coverage   93.65%   93.62%   -0.04%     
==========================================
  Files         145      145              
  Lines       10188    10202      +14     
==========================================
+ Hits         9542     9552      +10     
- Misses        646      650       +4
Impacted Files Coverage Δ
src/GraphQL/loaders/usersQueries.js 89.28% <88.88%> (-3.58%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 91.72% <0%> (-0.73%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 96.82% <0%> (-0.09%) ⬇️
src/RestWrite.js 93.32% <0%> (+0.17%) ⬆️
src/GraphQL/loaders/parseClassTypes.js 83.9% <0%> (+0.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c379c51...c587e16. Read the comment docs.

@davimacedo davimacedo merged commit 2c40310 into parse-community:master Jul 2, 2019
@douglasmuraoka douglasmuraoka deleted the fix_me_pointers_not_working branch July 10, 2019 19:12
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
When using the `/me` endpoint to fetch the current user, it does not fetches data from any Pointer data type field, even though the field was defined in the GraphQL schema.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants